home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jet_boat.swf / scripts / DefineButton2_45 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  84 b   |  6 lines

  1. on(release){
  2.    _root.musicon = 0;
  3.    stopAllSounds();
  4.    gotoAndStop("on");
  5. }
  6.